From commit
9e18540c73f2a218a855c1a8605b5a51e0b4d366 (implement system
afdko, 2025-11-04).
Change-Id: Ib1b7f3671ea581bd1b41705d2d4ea3ebf2febca4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/201612
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Gbp-Pq: Name use-correct-adfko-command.diff
OString txCommand = TX " -t1 " + destFilePathA + " " + tmpdestfile;
SAL_INFO("vcl.fonts", txCommand);
#if USE_AFDKO_PROGRAMS
- result = system(mergeFontsCommand.getStr()) == 0;
+ result = system(txCommand.getStr()) == 0;
#else
try
{